home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 4186 < prev    next >
Encoding:
Text File  |  1996-08-05  |  848 b   |  36 lines

  1. Path: www.uno.edu!news
  2. From: Fred Hosch <fred@cs.uno.edu>
  3. Newsgroups: comp.lang.c
  4. Subject: pragma ident
  5. Date: 2 Feb 1996 16:08:29 GMT
  6. Organization: Computer Science Department, University of New Orleans
  7. Message-ID: <4etctt$ptc@www.uno.edu>
  8. NNTP-Posting-Host: play.cs.uno.edu
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.1N (X11; I; SunOS 5.4 sun4m)
  13. X-URL: news:comp.lang.c
  14.  
  15. Pragmas like
  16.  
  17. #pragma ident    "@(#)widec.h    1.16    93/11/18 SMI"
  18.  
  19. and even comments like
  20.  
  21. /*    @(#)widec.h    1.20 89/11/29 SMI; JLE    */
  22.  
  23. appear in many standard headers. Can anyone tell me what
  24. information is being provided for what utilities?
  25.  
  26. thanks.
  27.  
  28. ---fred
  29.  
  30. -- 
  31. Fred Hosch                    fred@cs.uno.edu
  32. Computer Science Department            (504)-286-6594
  33. University of New Orleans            (504)-286-7228 (fax)
  34. New Orleans, LA     70148
  35.  
  36.